projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224d56a
)
[__GNUC__] (MKDIR_PROTOTYPE): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jan 1994 20:54:23 +0000
(20:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jan 1994 20:54:23 +0000
(20:54 +0000)
src/s/sunos4-0.h
patch
|
blob
|
history
diff --git
a/src/s/sunos4-0.h
b/src/s/sunos4-0.h
index 5c949bba673461398e72f1e16f3c8aa362be3b11..a0cba915cc9f8b3cda82dbb13e207d4c502d6762 100644
(file)
--- a/
src/s/sunos4-0.h
+++ b/
src/s/sunos4-0.h
@@
-12,3
+12,10
@@
GNU malloc's memory pool. But Sun's malloc doesn't seem to mind. */
#define SYSTEM_MALLOC
+
+#ifdef __GNUC__
+/* We must define mkdir with this arg prototype
+ to match GCC's fixed stat.h. */
+#define MKDIR_PROTOTYPE \
+ int mkdir (const char *dpath, unsigned short dmode)
+#endif /* __GNUC__ */